Skip to main content

Migrate a Bid Model

Overview

The Definitions and API Comparison tables highlight the main terminology, actions, and API methods for managing Bid Modeling. Select an endpoint from IQM or The Trade Desk to review that platform's relevant API documentation. By comparing APIs, you can migrate your Bid Modeling workflows from The Trade Desk to IQM.

Definitions

IQMThe Trade DeskDescription
Bid ModelBid ListThe set of optimizations applied to a Campaign or Insertion Order. These optimizations control where ads appear, and define their priorities, bids, and budget allocation.
Bid Model DataBid LineA Bid Model setting that adjusts a Campaign's base bid based on specified parameters.
DimensionDimensionA property in digital advertising used to categorize, filter, or analyze audiences, Campaigns or inventories. It serves as a targeting parameter for advertisers, specifying where an ad appears.
Bid ModifierBid Adjustment/FactorA multiplier applied to a base bid.
Spend RatioMulti-Dimensional BiddingA setting that determines how the Campaign budget is distributed across targeting dimensions.
Dimension PriorityA setting that dictates the order in which a Campaign should attempt to deliver impressions based on the available budget.
info

IQM's Bid Model currently supports applying Bid Modifiers to Creatives.

It will soon support the folloowing dimensions: Location (City, State, Zip), Device, and Inventory (Open Exchange, Publisher Category, Deal ID).

API Comparison

Base URLs
  IQM: https://app.iqm.com

TTD: https://api.thetradedesk.com
ActionIQM EndpointThe Trade Desk EndpointNotes
Add Bid ModelingPOST/api/v3/bm/campaigns/{campaignId}/bid-modelsPOST/v3/bidlist
Add Bid Modeling to Insertion OrderPUT/api/v3/bm/io/{ioId}/bid-modelsPOST/v3/bidlist
POST/v3/bidlist/batch
Add Bid Modeling to an Insertion Order and its associated Campaigns.

The Trade Desk endpoints use the BidListOWner parameter to specifiy whether the created Bid List will be applied at the Campaign level or the Ad Group level.
Update Bid ModelingPATCH/api/v3/bm/campaigns/{campaignId}/bid-modelsPUT/v3/bidlist
Add/Update Multiple Bid ModelsPUT/api/v3/bm/campaigns/{campaignId}/bid-modelsPOST/v3/bidlist/batch
PUT/v3/bidlist/batch
IQM endpoint supports adding, updating, and deleting Bid Model data.
Get Campaign Bid Model DetailsGET/api/v3/bm/campaigns/{campaignId}/dimensions/count
GET/api/v3/bm/campaigns/{campaignId}/dimension/{dimensionId}/spent
GET/api/v3/bm/campaigns/{campaignId}/bid-models/count
GET/v3/bidlist/{bidListId}IQM endpoints get counts of dimensions, spending by dimension, and modeled items count by campaignId.
Include/Exclude ManagementPOST/api/v2/cmp/deviceType/includeExclude
POST/api/v2/cmp/exchange/includeExclude
POST/api/v2/cmp/trafficsource/includeExclude

POST/api/v3/bm/campaigns/{campaignId}/include-Exclude/dimensions/{dimensionId}
POST/v3/bidlist
PUT/v3/bidlist
POST/v3/bidlist/batch
PUT/v3/bidlist/batch
IQM has separate endpoints for including/excluding device types, exchanges, traffic sources, and dimensions.

The Trade Desk specifies include/exclude options with the BidListAdjustmentType parameter when creating/updating a Bid List.

More Bid Model Resources

IQM:

TTD: